projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f24d2
)
Geocaching.com loc files actually sometimes are UTF-8. Adjust reader to
author
robertl
<robertl>
Thu, 1 Jun 2006 19:28:04 +0000
(19:28 +0000)
committer
robertl
<robertl>
Thu, 1 Jun 2006 19:28:04 +0000
(19:28 +0000)
handle this.
geo.c
patch
|
blob
|
history
diff --git
a/geo.c
b/geo.c
index f50d446c786d413a1c44384bdf418d3c7280e13c..5e5483753e5acad6bb09138176863126544cabeb 100644
(file)
--- a/
geo.c
+++ b/
geo.c
@@
-220,5
+220,5
@@
ff_vecs_t geo_vecs = {
geo_write,
NULL,
geo_args,
- CET_CHARSET_
ASCII, 0
/* CET-REVIEW */
+ CET_CHARSET_
UTF8, 0
/* CET-REVIEW */
};